Types
UnpackedCall = object
- Source Edit
Procs
func args(self: UnpackedCall): seq[NimNode] {....raises: [], tags: [], forbids: [].}
- Source Edit
func called(self: UnpackedCall): NimNode {....raises: [], tags: [], forbids: [].}
- Source Edit
func style(self: UnpackedCall): CallStyle {....raises: [], tags: [], forbids: [].}
- Source Edit
func unpackedCall(called: NimNode; style: CallStyle; args: openArray[NimNode]): UnpackedCall {. ...raises: [], tags: [], forbids: [].}
- Source Edit