FluidProxy

public struct FluidProxy<Base>

The extension proxy for Fluidable.

  • The base object to extend.

    Declaration

    Swift

    public let base: Base
  • The initializer that creates extensions with the base object.

    Declaration

    Swift

    public init(_ base: Base)

    Parameters

    base

    The base object.