neuron_t Interface

public interface neuron_t

Functions

private pure recursive module function construct(neuron_lines, start) result(neuron)

construct linked list of neuron_t objects from an array of JSON-formatted text lines

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: neuron_lines(:)
integer, intent(in) :: start

Return Value type(neuron_t)