Expand description
A representation of YAML’s !Tag syntax, used for enums.
Structs§
- A representation of YAML’s
!Tagsyntax, used for enums. - A
Tag+Valuerepresenting a tagged YAML scalar, sequence, or mapping. 
Enums§
- A tagged value with an optional tag.
 
Functions§
- Returns a
MaybeTagenum indicating whether the input value is a YAML tag or not. - Returns the portion of a YAML tag after the exclamation mark, if any.