AtPath type

Pattern that matches at given path

Example

[1] =~ AtPath([0], Int)  # Does match

Methods

=~(x:Any, ap:AtPath, mc:MatchContext)internal Source: stdlib.ngs:1356
Do not use directly!
init(ap:AtPath, path_pattern:Any, value_pattern:Any) Source: stdlib.ngs:1350
Undocumented