package quickterface

  1. Overview
  2. Docs

Module Notty_utils.SidesSource

Sourcetype 'a t = {
  1. left : 'a;
  2. right : 'a;
  3. top : 'a;
  4. bottom : 'a;
}
Sourceval pad : int t -> img -> img