pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
SimpleFormatType.supported
pyd
make_object
SimpleFormatType
Undocumented in source.
template
SimpleFormatType
(T)
enum
supported
=
(
isFloatingPoint
!
T
&& (
T.sizeof
==
4
||
T.sizeof
==
8
) ||
isIntegral
!
T
)
;
Meta
Source
See Source File
pyd
make_object
SimpleFormatType
functions
pyType
manifest constants
supported