Files
Nim/compiler/typeallowed.idx
github-actions[bot] c7440eccf2 Deploy to GitHub pages
2025-09-27 04:02:34 +00:00

23 lines
1.9 KiB
Plaintext

nimTitle typeallowed typeallowed.html module typeallowed 0
nim taTupField typeallowed.html#taTupField TTypeAllowedFlag.taTupField 20
nim taObjField typeallowed.html#taObjField TTypeAllowedFlag.taObjField 20
nim taHeap typeallowed.html#taHeap TTypeAllowedFlag.taHeap 20
nim taConcept typeallowed.html#taConcept TTypeAllowedFlag.taConcept 20
nim taIsOpenArray typeallowed.html#taIsOpenArray TTypeAllowedFlag.taIsOpenArray 20
nim taNoUntyped typeallowed.html#taNoUntyped TTypeAllowedFlag.taNoUntyped 20
nim taIsTemplateOrMacro typeallowed.html#taIsTemplateOrMacro TTypeAllowedFlag.taIsTemplateOrMacro 20
nim taProcContextIsNotMacro typeallowed.html#taProcContextIsNotMacro TTypeAllowedFlag.taProcContextIsNotMacro 20
nim taIsCastable typeallowed.html#taIsCastable TTypeAllowedFlag.taIsCastable 20
nim taIsDefaultField typeallowed.html#taIsDefaultField TTypeAllowedFlag.taIsDefaultField 20
nim taVoid typeallowed.html#taVoid TTypeAllowedFlag.taVoid 20
nim TTypeAllowedFlag typeallowed.html#TTypeAllowedFlag enum TTypeAllowedFlag 20
nim TTypeAllowedFlags typeallowed.html#TTypeAllowedFlags type TTypeAllowedFlags 33
nim typeAllowed typeallowed.html#typeAllowed,PType,TSymKind,PContext,TTypeAllowedFlags proc typeAllowed(t: PType; kind: TSymKind; c: PContext; flags: TTypeAllowedFlags = {}): PType 214
nim noView typeallowed.html#noView ViewTypeKind.noView 221
nim immutableView typeallowed.html#immutableView ViewTypeKind.immutableView 221
nim mutableView typeallowed.html#mutableView ViewTypeKind.mutableView 221
nim ViewTypeKind typeallowed.html#ViewTypeKind enum ViewTypeKind 221
nim classifyViewType typeallowed.html#classifyViewType,PType proc classifyViewType(t: PType): ViewTypeKind 276
nim directViewType typeallowed.html#directViewType,PType proc directViewType(t: PType): ViewTypeKind 280
nim requiresInit typeallowed.html#requiresInit,PType proc requiresInit(t: PType): bool 292