dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
StringT.divide
dil
String
StringT
Divides the String into num parts. The remainder is appended to the last piece.
inout
(
S
)[]
divide
(
uint_t
num
)
struct
StringT
(C)
inout
(
S
)[]
divide
inout
(
uint_t
num
)
inout
(
S
)[]
opBinary
(
uint_t
rhs
)
Meta
Source
See Implementation
dil
String
StringT
aliases
CS
IS
find
findp
findr
findrp
constructors
this
functions
divide
dup
endsWith
findC
findS
findrC
findrS
hashOf
icmp
ieql
indexPtr
isEmpty
isNull
join
len
ljoin
opBinary
opBinaryRight
opCast
opCmp
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
partition
pieces
reverse
rjoin
rpartition
slices
split
startsWith
sub
sub_
times
toHex
toString
static functions
choice
islower
isupper
itoa
toS
tolower
toupper
structs
S2
variables
end
ptr
Divides the String into num parts. The remainder is appended to the last piece.