Types
PartialParam = object
- Source Edit
Procs
func name(self: PartialParam): string {....raises: [], tags: [], forbids: [].}
- Source Edit
func partialParam(name: string): PartialParam {....raises: [], tags: [], forbids: [].}
- Source Edit
func partialParam(name: string; typeExpr: NimNode): PartialParam {....raises: [], tags: [], forbids: [].}
- Source Edit
func partialParam(typeExpr: NimNode): PartialParam {....raises: [], tags: [], forbids: [].}
- Source Edit
func typeExpr(self: PartialParam): NimNode {....raises: [], tags: [], forbids: [].}
- Source Edit