squiz-box v0.2.1 (2022-07-23T09:27:55Z)
Dub
Repo
isUnboxEntryRange
squiz_box
box
Static check that a type is an InputRange of UnboxEntry
template
isUnboxEntryRange (
I
) {
import
std
.
range
:
ElementType
,
isInputRange
;
;
import
std
.
range
:
ElementType
,
isInputRange
;
;
enum
isUnboxEntryRange
;
}
Members
Manifest constants
isUnboxEntryRange
enum
isUnboxEntryRange
;
Undocumented in source.
Meta
Source
See Implementation
squiz_box
box
modules
tar
zip
aliases
BoxEntryRange
UnboxEntryRange
classes
FileBoxEntry
enums
EntryMode
EntryType
functions
fileEntry
interfaces
ArchiveEntry
BoxAlgo
BoxEntry
UnboxEntry
templates
isBoxEntryRange
isUnboxEntryRange
Static check that a type is an InputRange of UnboxEntry