# frozen_string_literal: true module Ssz module FixedSized def fixed_sized? [Boolean, BitVictor, Victor, Uint].include? self.class end end end