Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bottle
0.2.5
Bottle
Assemble
B
BaseArray
Binary
BMath
Creation
FFT
InputOutput
Internal
ArrayFlags
Comparison
Dtype
BNum
Double
Ftnlen
Indexer
Integer
LFp
Logical
Real
UInt
Exceptions
RangeError
ShapeError
TypeError
ValueError
WriteError
IndexIter
Iteration
Macros
MatrixIter
NDIter
SafeNDIter
ND
OneD
Testing
ToString
BasePrinter
UnsafeNDIter
ND
OneD
LinAlg
Search
Statistics
Tensor
Trigonometry
Built with Crystal 1.9.2
2023-10-07 16:44:33 UTC
struct
Bottle::Internal::SafeNDIter(T)
Bottle::Internal::SafeNDIter(T)
Struct
Value
Object
Defined in:
base/baseiter.cr
Constructors
.new
(t : BaseArray(T))
Instance Method Summary
#strategy
: OneD(T) | ND(T)
Macro Summary
method_missing
(call)
Constructor Detail
def self.
new
(t :
BaseArray
(T))
#
[
View source
]
Instance Method Detail
def
strategy
:
OneD
(T) |
ND
(T)
#
[
View source
]
Macro Detail
macro
method_missing
(call)
#
[
View source
]