photog ~master (2021-04-01T03:45:05.2884132)
Dub
Repo
IteratorType
photog
utils
Grabs iterator type at compile-time.
template
IteratorType (
Iterator
) {
import
std
.
traits
:
Unqual
;
;
alias
T
=
Unqual
!(
typeof
(
Iterator
.
init
[
0
]))
;
alias
IteratorType
=
T
;
}
Members
Aliases
IteratorType
alias
IteratorType
=
T
Undocumented in source.
T
alias
T
=
Unqual
!(
typeof
(
Iterator
.
init
[
0
]))
Undocumented in source.
Meta
Source
See Implementation
photog
utils
functions
clip
dimensions
imageMean
pixelMap
pixelPack
pixelUnpack
toFloating
toUnsigned
templates
IteratorType
Grabs iterator type at compile-time.