Types
SubscriptCall = object
- Source Edit
Procs
func accessed(self: SubscriptCall): NimNode {....raises: [], tags: [], forbids: [].}
- Source Edit
func args(self: SubscriptCall): seq[NimNode] {....raises: [], tags: [], forbids: [].}
- Source Edit
func subscriptCall(self: NimNode): SubscriptCall {....raises: [], tags: [], forbids: [].}
- Source Edit
func toAst(self: SubscriptCall): NimNode {....raises: [], tags: [], forbids: [].}
- Source Edit