sourcery_bin_s Submodule


Uses

    • assert_m
  • module~~sourcery_bin_s~~UsesGraph module~sourcery_bin_s sourcery_bin_s assert_m assert_m module~sourcery_bin_s->assert_m module~sourcery_bin_m sourcery_bin_m module~sourcery_bin_s->module~sourcery_bin_m

Module Procedures

module procedure /home/runner/work/sourcery/sourcery/doc/html/module/sourcery_bin_s.html construct elemental module function construct(num_items, num_bins, bin_number) result(bin)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: num_items
integer, intent(in) :: num_bins
integer, intent(in) :: bin_number

Return Value type(bin_t)

module procedure /home/runner/work/sourcery/sourcery/doc/html/module/sourcery_bin_s.html first elemental module function first(self) result(first_item_number)

Arguments

Type IntentOptional Attributes Name
class(bin_t), intent(in) :: self

Return Value integer

module procedure /home/runner/work/sourcery/sourcery/doc/html/module/sourcery_bin_s.html last elemental module function last(self) result(last_item_number)

Arguments

Type IntentOptional Attributes Name
class(bin_t), intent(in) :: self

Return Value integer