pub type pm_keyword_hash_node_t = pm_keyword_hash_node;
Expand description

KeywordHashNode

Represents a hash literal without opening and closing braces.

 foo(a: b)
     ^^^^

Type: ::PM_KEYWORD_HASH_NODE

Flags (#pm_keyword_hash_node_flags):

  • ::PM_KEYWORD_HASH_NODE_FLAGS_SYMBOL_KEYS

@extends pm_node_t