Skip to content

alexgo93/Pair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pair library

Maintainability Build Status

Installation

composer require alexgo93/php_pairs

Description

This is the library for pair data structure.

Usage

Create pair:

$pair = new Pair($value1, $value2);

Get first value:

$pair->car();

Get second value:

$pair->cdr();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published