photog ~up-chromadapt-perf (2022-04-02T01:48:54.8080643)
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.