phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
Op
nxt
fs
Language Operator.
struct
Op {
this
(string op, OpArity arity, OpAssoc assoc, byte prec, string desc);
Op
aliasOf
(string opOrig);
string
op
;
string
desc
;
OpAssoc
assoc
;
ubyte
prec
;
OpArity
arity
;
bool
overloadable
;
}
Constructors
this
this
(string op, OpArity arity, OpAssoc assoc, byte prec, string desc)
Undocumented in source.
Members
Functions
aliasOf
Op
aliasOf
(string opOrig)
Make
this
an alias of
opOrig
.
Variables
arity
OpArity
arity
;
Undocumented in source.
assoc
OpAssoc
assoc
;
Undocumented in source.
desc
string
desc
;
Undocumented in source.
op
string
op
;
Undocumented in source.
overloadable
bool
overloadable
;
Undocumented in source.
prec
ubyte
prec
;
Undocumented in source.
Meta
Source
See Implementation
nxt
fs
aliases
Bist
Bytes64
RequestedBinType
ShCmd
XGram
signalHandler_t
classes
Dir
DirKind
FKind
FKinds
File
FileTags
GStats
RegFile
Scanner
SignalCaughtException
SpecFile
Symlink
enums
BitStatus
BuildType
DirOp
DirSorting
DuplicatesContext
FOp
FileContent
FileKindDetection
KeyStrictness
KindHit
OpArity
OpAssoc
PathFormat
ScanContext
SymlinkFollowContext
SymlinkTargetStatus
isAnyFile
isDir
isFile
isFileIO
isRegFile
isSpecialFile
isSymlink
functions
displayedFileName
getDir
getDirs
getFile
grain
loadRootDirTree
matchContents
matchExtension
matchFullName
matchName
ofAnyKindIn
ofKind
ofKind1
pageSize
saveRootDirTree
scanner
signal
signalHandler
treeSizeMemoized
tryLookupKindIn
manifest constants
NGramOrder
cCommentDelims
dCommentDelims
defaultCommentDelims
defaultStringDelims
pythonStringDelims
structs
CStat
Delim
Op
OpAlias
Results
variables
ctrlC
mmfile_size
Language Operator.