more v1.0.0 (2014-08-07T19:03:00Z)
Home
Dub
Repo
isChar
more
common
Undocumented in source.
template
isChar (
T
) {
static if
(
is(T == char) || is(T == const char) || is(T == immutable char)
)
enum
isChar
;
static if
(!(
is(T == char) || is(T == const char) || is(T == immutable char)
))
enum
isChar
;
}
Members
Manifest constants
isChar
enum
isChar
;
Undocumented in source.
isChar
enum
isChar
;
Undocumented in source.
Meta
Source
See Implementation
more
common
aliases
Allocator
DataHandler
Deallocator
LineParser
StringHandler
functions
assertEqual
bigEndianSetUshort
dcpy
debugChar
defaultAllocator
defaultDeallocator
endTest
escape
readFullSize
startTest
trimNewline
tryParseFields
tryReadFullSize
writeSection
interfaces
IDataHandler
IDisposable
manifest constants
noEndingQuoteMessage
structs
ArrayList
templates
ArrayElementType
CustomLineParser
TupleRange
TypeTupleStrings
Unroll
UnrollTuple
isChar
variables
escapeTable