typeallowed

Source   Edit  

This module contains 'typeAllowed' and friends which check for invalid types like openArray[var int].

Types

TTypeAllowedFlag = enum
  taTupField, taObjField, taHeap, taConcept, taIsOpenArray, taNoUntyped,
  taIsTemplateOrMacro, taProcContextIsNotMacro, taIsCastable, taIsDefaultField,
  taVoid
Source   Edit  
ViewTypeKind = enum
  noView, immutableView, mutableView
Source   Edit  

Procs

proc classifyViewType(t: PType): ViewTypeKind {.
    ...raises: [KeyError, OSError, IOError, Exception, ValueError],
    tags: [RootEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect], forbids: [].}
Source   Edit  
proc directViewType(t: PType): ViewTypeKind {.
    ...raises: [KeyError, OSError, IOError, Exception],
    tags: [RootEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect], forbids: [].}
Source   Edit  
proc requiresInit(t: PType): bool {....raises: [KeyError, OSError, IOError,
    Exception, ValueError], tags: [RootEffect, ReadEnvEffect, ReadIOEffect,
                                   ReadDirEffect], forbids: [].}
Source   Edit  
proc typeAllowed(t: PType; kind: TSymKind; c: PContext;
                 flags: TTypeAllowedFlags = {}): PType {.
    ...raises: [KeyError, OSError, IOError, Exception, ValueError],
    tags: [RootEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect], forbids: [].}
Source   Edit