class GSL::Permutation(T)

Included Modules

Defined in:

gsl/base/permutation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Array(T)) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Array(T))

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]
def previous : Array(T) #

[View source]
def rewind #

[View source]